home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000007_news@newsmaster….columbia.edu _Thu Dec 18 13:04:10 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA08276
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 18 Dec 1997 13:04:10 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA27327
  7.     for kermit.misc@watsun; Thu, 18 Dec 1997 13:04:09 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.sys.sun.admin,comp.sys.sun.apps,comp.sys.sun.hardware,comp.sys.sun.misc
  11. Subject: Re: Modems, Kermit & SUN
  12. Date: 18 Dec 1997 18:04:08 GMT
  13. Organization: Columbia University
  14. Lines: 75
  15. Message-ID: <67boio$3s5$1@apakabar.cc.columbia.edu>
  16. References: <34996054.0@news.ptes.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8167 comp.sys.sun.admin:109378 comp.sys.sun.apps:19141 comp.sys.sun.hardware:60663 comp.sys.sun.misc:38244
  19.  
  20. In article <34996054.0@news.ptes.com>, Don O'Neil <daoneil@pbvs.com> wrote:
  21. : I am having the darnedest time getting a modem to work on my Ultrasparc w/
  22. : Kermit under Solaris 2.5.1... Here's the situation:
  23. : Sun tech support helped me get the modem to at least work w/ tip, so I know
  24. : the modem is ok... I can dial out, initialize, etc... whatever I want from
  25. : tip, but I want to use Kermit so I can do some automation of file sending...
  26. : When I go into Kermit's command mode, (version 6.0.192), I type in the
  27. : following:
  28. : set modem hayes
  29. :
  30. "Hayes" means Hayes-1200 or -2400.  You probably want to pick a more modern
  31. modem type; otherwise all bets are off (flow control, etc).  Type:
  32.  
  33.   set modem type ?
  34.  
  35. to see a list of the modem types that are supported.  If yours is not on the
  36. list, you can add it as a user-defined modem as described in the C-Kermit
  37. manual.
  38.  
  39. : set line /dev/cua/b
  40. :
  41. Is this device properly configured for use with modems?  Don't you have to run
  42. some kind of setup program called "eeprom" or something?  Did you do that?
  43. The last time I looked, the procedure was described in the section "Setting up
  44. Modem Software" in the Desktop SPARC Sun System & Network Manager's Guide or
  45. equivalent manual.
  46.  
  47. : set speed 9600
  48. : dial 555-1212 (or whatever)
  49. : What I get back is:
  50. : SERIAL: Operation would block
  51. : What's up with this?
  52. :
  53. That's a message from the operating system, not Kermit.  It almost certainly
  54. indicates that the device was not set up for use with modems.
  55.  
  56. : Is there some special setting I need to use w/ my US Robotics Sportster
  57. : 28.8?
  58. :
  59. You should tell C-Kermit to:
  60.  
  61.   set modem type usr
  62.  
  63. rather than:
  64.  
  65.   set modem hayes
  66.  
  67. But that's only for after you get basic communication going.
  68.  
  69. : A special cable maybe?
  70. :
  71. No.  A regular straight-through modem cable is all you need.
  72.  
  73. : Something in the OS that needs to be fixed/set up more than tip requires?
  74. : SUN Support won't help me because "Kermit is not a supported SUN
  75. : application" (HP Supports it and even build it into the OS bundle!!)
  76. Yes, that simplifies matters quite a bit for HP users, and for us too since
  77. we have a direct line to HP engineers to get problems solved quickly and
  78. effectively, rather than groping in the dark.
  79.  
  80. Of course Sun is perfectly welcome to talk with us about support issues,
  81. bundling, or anything else.  Feel free to refer them to me.  In the meantime,
  82. C-Kermit 6.0 is working fine for countless SunOS and Solaris users, so the
  83. problems you are experiencing are almost certainly in the port configuration,
  84. which is beyond Kermit's control.
  85.  
  86. - Frank
  87.   http://www.columbia.edu/kermit/